home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / bc20p2.zip / README.PAT < prev    next >
Text File  |  1991-10-17  |  865b  |  28 lines

  1.  
  2. (BC20P2) Patches to Borland C++ 2.00, Turbo C++ v1.00, v1.01 and
  3.          Turbo C++ 2nd. Edition
  4. =====================================================================
  5.  
  6. This patch fixes the problems detected in mktime() in Borland C++,
  7. Turbo C++ versions 1.00, 1.01, and Turbo C++ 2nd. Edition:
  8.  
  9. Run Time Libraries
  10. ==================
  11. To patch the Turbo C++ Libraries:
  12.  
  13.     - Place all files extracted from bc20p2.zip with the exception of this
  14.       one in the same directory as your run-time libraries (default:
  15.       \BORLANDC\LIB).
  16.  
  17.     - Ensure that TLIB.EXE is in your path or place TLIB.EXE in the same
  18.       directory as the above files.
  19.  
  20.     - Run bc20p2.bat
  21.  
  22.     - All of your old modules will be saved as CTIME*.OBJ, where the "*" will
  23.       be one of s,m,c,l or h representing the memory model it was compiled 
  24.       in.
  25.  
  26. jms
  27.  
  28.